home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
tool
/
artemis1
/
src
/
undo.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1254 (detected)
Wrap
C/C++ Source or Header
|
1993-10-11
|
245 b
|
20 lines
/*
ARTemis (Graphic Editor for FM-TOWNS)
(c) MATSUUCHI Ryosuke 1992
undo.c
「UNDOコマンド」
*/
#include <stdio.h>
#include "ge.h"
#include "imageman.h"
void commandUndo()
{
EIMloadbackup();
}
/* end of undo.c */